home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-xml / README.dom < prev    next >
Encoding:
Text File  |  2004-11-29  |  2.4 KB  |  82 lines

  1. 4DOM
  2.  
  3. Description
  4. ===========
  5.  
  6. 4DOM is a Python-based implementation of the W3C-recommended
  7. Document Object Model API.  Specifically, 4DOM implements
  8.  
  9.   * DOM Level 2 Core Version 1.0 (13 November 2000 Recommendation),
  10.   * DOM HTML Level 2 (13 November 2000 Working Draft), and
  11.   * DOM Level 2 Traversal (13 November 2000 Recommendation)
  12.  
  13. 4DOM should work on all platforms supported by Python.
  14.  
  15.  
  16. Installation
  17. ============
  18.  
  19. 4DOM is built and installed with PyXML's other libraries when you run
  20. setup.py.  It cannot be installed separately.
  21.  
  22.  
  23. License/Copyright
  24. =================
  25.  
  26. For now, 4DOM retains its license and copyright that it had when
  27. developed by Fourthought, Inc. <http://fourthought.com/>.  See the
  28. LICENCE file in the PyXML distribution and/or the COPYRIGHT file in
  29. the xml/dom subdirectory for complete copyright and terms of license.
  30.  
  31.  
  32. Documentation
  33. =============
  34.  
  35. Python's generic DOM API, as shared by both 4DOM and minidom, is
  36. documented at
  37.  
  38.   http://www.python.org/doc/current/lib/module-xml.dom.html
  39.  
  40. The DOM APIs that are implemented in 4DOM are specified at
  41.  
  42.   http://www.w3.org/TR/DOM-Level-2-Core/
  43.   http://www.w3.org/TR/DOM-Level-2-HTML/
  44.   http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
  45.  
  46. Compliance issues in the 4DOM core API are summarized at
  47.  
  48.   http://pyxml.sourceforge.net/topics/compliance.html
  49.  
  50.  
  51. Development
  52. ===========
  53.  
  54. 4DOM is open-source and is maintained by the PyXML development
  55. community.  Most of 4DOM's original development was undertaken by
  56. Fourthought, Inc., from 1998-2000.  4DOM was incorporated into PyXML
  57. starting with the PyXML 0.6.0 release in September 2000, and was
  58. distributed in both PyXML and 4Suite for a time.  It ceased being
  59. distributed in 4Suite starting with the PyXML 0.6.4 release in
  60. February 2001, at which time maintenance was handed over entirely to
  61. the PyXML team.  Most development since then has concentrated on bug
  62. fixes and compatibility issues.
  63.  
  64.  
  65. Contact and Support
  66. ===================
  67.  
  68. Please direct comments and questions to the Python XML-SIG mailing
  69. list at xml-sig@python.org. For more information about the list and
  70. to subscribe or browse the archives, visit
  71.  
  72.   http://mail.python.org/mailman/listinfo/xml-sig
  73.  
  74. To search the archives, use a search engine and restrict matches to
  75. pages in the domain mail.python.org. For example, in Google, include
  76. the search term site:mail.python.org
  77.  
  78. You may file bug reports in the PyXML bug tracker at
  79.  
  80.   http://sourceforge.net/tracker/?group_id=6473&atid=106473
  81.  
  82.